.thumblist1{}
.thumblist1 li{ float:left; width:520px; margin:4px 24px 0px 0; }
.thumblist1 li a{ color:#fff; }
.thumblist1 li .ChannelPicture{ display:block; overflow:hidden; }
.thumblist1 li img{ width:520px; vertical-align:middle; transition:all .8s ease 0s; -moz-transition:all .8s ease 0s; -webkit-transition:0all .8s ease 0s; }
.thumblist1 li .InfoTitle{ display:block; font-size:16px;line-height:28px; color:#fff; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.thumblist1 li .time{ color:#fff;display:block; line-height:18px; background-size:14px; margin-top:10px; }
.thumblist1 li .info_wrap{padding:10px; display:block; width:100%;background:#be0000; }
.thumblist1 li .info_wrap p{color:#fff;width:380px; overflow:hidden; line-height:1.7em; height:5.1em; }

.thumblist1 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);s }

.delay1{ -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay2{ -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay3{ -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay4{ -webkit-animation-delay:1s; animation-delay:1s; }
.delay5{ -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay6{ -webkit-animation-delay:1.2s; animation-delay:1.4s; }
.delay7{ -webkit-animation-delay:1.2s; animation-delay:1.5s; }
.delay8{ -webkit-animation-delay:1.2s; animation-delay:1.6s; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.left_bottom3 .prevnext{ display:block; width:51px; height:51px;  position:absolute; top:30%; z-index: 5;
transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; }
.left_bottom3 .prev{ left:-60px; background-position:left bottom; }
.left_bottom3 .next{ right:-60px; background-position:right bottom; }
.left_bottom3 .prev:hover{ background-position: left top; }
.left_bottom3 .next:hover{ background-position: right top; }